home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / libs / regex.lha / regex / fd / regex_lib.fd
Encoding:
Text File  |  1999-04-23  |  244 b   |  12 lines

  1. ##base _RegexBase
  2. ##bias 30
  3. ##public
  4. ##private
  5. dispatch()()
  6. ##public
  7. regcomp(preg,pattern,cflags)(a0/a1,d0)
  8. regerror(errcode,preg,rrrbuf,errbuf_size)(a1,d2,d0/d1)
  9. regexec(preg,string,nmatch,pmatch,flags)(a1,d0/d1/d2/d3)
  10. regfree(preg)(a0)
  11. ##end
  12.